home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / fcfgw40s.zip / GLOBALFI.H < prev    next >
C/C++ Source or Header  |  1996-04-19  |  2KB  |  77 lines

  1. // GlobalFile.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CGlobalFile dialog
  6.  
  7. class CGlobalFile : public CDialog
  8. {
  9. // Construction
  10. public:
  11.     CGlobalFile(CWnd* pParent = NULL);   // standard constructor
  12.  
  13. // Dialog Data
  14.     //{{AFX_DATA(CGlobalFile)
  15.     enum { IDD = IDD_DIALOG_FILE_GLOBAL };
  16.     CComboBox    m_ListGroup4;
  17.     CComboBox    m_ListGroup3;
  18.     CComboBox    m_ListGroup2;
  19.     CComboBox    m_ListGroup1;
  20.     int        m_AllGroups;
  21.     int        m_CDROM;
  22.     int        m_Free;
  23.     int        m_Tops;
  24.     BOOL    m_CheckGroup1;
  25.     BOOL    m_CheckGroup2;
  26.     BOOL    m_CheckGroup3;
  27.     BOOL    m_CheckGroup4;
  28.     BOOL    m_CheckLevel;
  29.     BOOL    m_CheckListEdit;
  30.     BOOL    m_CheckFileLocation;
  31.     BOOL    m_CheckMaxBytes;
  32.     BOOL    m_CheckMaxFiles;
  33.     BOOL    m_CheckMinAge;
  34.     int        m_Group1;
  35.     int        m_Group2;
  36.     int        m_Group3;
  37.     int        m_Group4;
  38.     CString    m_ListReplace;
  39.     CString    m_ListWith;
  40.     CString    m_LocationReplace;
  41.     CString    m_LocationWith;
  42.     int        m_MaxBytes;
  43.     int        m_MaxFiles;
  44.     BYTE    m_MinAge;
  45.     int        m_Level;
  46.     //}}AFX_DATA
  47.  
  48.  
  49. // Overrides
  50.     // ClassWizard generated virtual function overrides
  51.     //{{AFX_VIRTUAL(CGlobalFile)
  52.     protected:
  53.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  54.     //}}AFX_VIRTUAL
  55.  
  56. // Implementation
  57. protected:
  58.  
  59.     static const char *m_StrNoName;
  60.  
  61.     // Generated message map functions
  62.     //{{AFX_MSG(CGlobalFile)
  63.     virtual BOOL OnInitDialog();
  64.     afx_msg void OnCheckGroup1();
  65.     afx_msg void OnCheckGroup2();
  66.     afx_msg void OnCheckGroup3();
  67.     afx_msg void OnCheckGroup4();
  68.     afx_msg void OnCheckLevel();
  69.     afx_msg void OnCheckList();
  70.     afx_msg void OnCheckLocation();
  71.     afx_msg void OnCheckMaxBytes();
  72.     afx_msg void OnCheckMaxFiles();
  73.     afx_msg void OnCheckMinAge();
  74.     //}}AFX_MSG
  75.     DECLARE_MESSAGE_MAP()
  76. };
  77.